home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / dcon11.zip / DCF.DOC < prev    next >
Text File  |  1993-03-01  |  3KB  |  69 lines

  1. Program:        DCF
  2. Package:        Part of the DCon Utility Set
  3. Version:        1.0
  4. Date:           December 9, 1991
  5. Author:         George Spafford
  6.  
  7. Purpose:
  8.  
  9. To allow the user to display all files, or a file specification, sort by
  10. either the name, extension, or size, dispay the attributes, number of files,
  11. total bytes and each file's size.
  12.  
  13. Procedure:
  14.  
  15. Place DCF.EXE in a directory that is in your path.  Invoke it as
  16.  
  17.       DCF filespec /E /S
  18.       
  19.         FileSpec can be any DOS file name or valid wildcard combination
  20.         using "*" or "?".
  21.  
  22.         /E      Sort by extension - ascending
  23.  
  24.         /S      Sort by size - ascending
  25.  
  26.         The default sortation is by name, ascending.
  27.  
  28. To sum it up, just run it!!!!  If just DCF is invoked, it will list all files
  29. in the current directory sorted by the name.
  30.  
  31.  
  32. This package is a little different from some utility packages that are on the
  33. market today.  If you only like one or two programs, the individual programs
  34. can be registered for $5 per concurrently used copy.  The bargain (in my
  35. eyes) is that the whole package is only $20.  It is up to you whether or not
  36. you want the entire package or only specific files.  If this package, or one
  37. of the utilities aids you, you should register your copy.  For example, say you
  38. want DCMAP & DCUPDAY, then you need only send $10.  But please, if you use this
  39. software, register it.
  40.  
  41.                 Sincerely,
  42.  
  43.                 George Spafford
  44.                 3001 LakeShore Drive, #329
  45.                 St. Joseph, MI 49085
  46.  
  47.         Data:  (616) 468-5026  Queued Access BBS 14.4Kb USR Dual HST
  48.                                FIDOnet: 1:2340/0 NEC/NC Site
  49.                                Sysop:   Tim Akright
  50.  
  51.  
  52. NOTE:  DCF IS A PART OF THE DIRECTORY CONTROL PACKAGE.  THE FOLLOWING
  53.        NOTICE PERTAINS TO DCF AS WELL.
  54.         
  55. DIRECTORY CONTROL AND ALL OF ITS COMPONENT FILES ARE DISTRIBUTED AS IS.  
  56. THE AUTHOR (GEORGE SPAFFORD) MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR 
  57. IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR 
  58. FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THIS SOFTWARE AND 
  59. DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DAMAGES, 
  60. INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER INCIDENTAL OR 
  61. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY TO USE 
  62. THIS PROGRAM.
  63. -------------------------------------------------------------------------
  64.         
  65.  
  66.                                                                                        
  67.  
  68.  
  69.